home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineButton2_367 / BUTTONCONDACTION on(release).as
Text File  |  2008-02-25  |  377b  |  26 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.gogogo = true;
  4.    theWind.start(0,999);
  5.    if(myWordC != "")
  6.    {
  7.       nextFrame();
  8.    }
  9.    else if(myWordD != "")
  10.    {
  11.       gotoAndPlay(13);
  12.    }
  13.    else if(myWordE != "")
  14.    {
  15.       gotoAndPlay(16);
  16.    }
  17.    else if(myWordF != "")
  18.    {
  19.       gotoAndPlay(19);
  20.    }
  21.    else
  22.    {
  23.       gotoAndPlay(22);
  24.    }
  25. }
  26.